home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 277
- Top = 104
- Width = 576
- Height = 380
- Caption = 'Test of RTLI'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 0
- Top = 41
- Width = 568
- Height = 315
- Align = alClient
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 568
- Height = 41
- Align = alTop
- TabOrder = 1
- object ShowBtn: TButton
- Left = 8
- Top = 8
- Width = 177
- Height = 25
- Caption = '&Show Stack Trace with RTLI'
- TabOrder = 0
- OnClick = ShowBtnClick
- end
- object RawCheckBox: TCheckBox
- Left = 200
- Top = 8
- Width = 49
- Height = 17
- Caption = '&Raw'
- TabOrder = 1
- end
- end
- end
-